Public Attributes | |
bool | started |
dynamic::grow_vector< node_saved > | nodes |
dynamic::grow_vector< arc_saved > | arcs |
flowtype | flow |
int | maxflow_iteration |
node * | queue_first [2] |
node * | queue_last [2] |
nodeptr * | orphan_first |
list of active nodes | |
nodeptr * | orphan_last |
int | TIME |
list of pointers to orphans | |
Classes | |
struct | arc_saved |
struct | node_saved |
Definition at line 349 of file graph.h.
dynamic::grow_vector<arc_saved> Graph< captype, tcaptype, flowtype >::graph_save::arcs |
flowtype Graph< captype, tcaptype, flowtype >::graph_save::flow |
int Graph< captype, tcaptype, flowtype >::graph_save::maxflow_iteration |
dynamic::grow_vector<node_saved> Graph< captype, tcaptype, flowtype >::graph_save::nodes |
nodeptr* Graph< captype, tcaptype, flowtype >::graph_save::orphan_first |
nodeptr * Graph< captype, tcaptype, flowtype >::graph_save::orphan_last |
node* Graph< captype, tcaptype, flowtype >::graph_save::queue_first[2] |
node * Graph< captype, tcaptype, flowtype >::graph_save::queue_last[2] |
bool Graph< captype, tcaptype, flowtype >::graph_save::started |
int Graph< captype, tcaptype, flowtype >::graph_save::TIME |